home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 015a / tutorii.zip / MKDIR.DAT < prev    next >
Text File  |  1991-11-29  |  310b  |  14 lines

  1. Explanation of the MKDIR (md) command. 
  2. It is INTERNAL.
  3.  
  4. This command will create a directory with 
  5. a specified name.
  6.  
  7. Example:
  8.        To have the TEST directory created 
  9.        on drive C, you 
  10.        could use the following:
  11.             mkdir c:\test
  12.                  or
  13.             md c:\test
  14.